home *** CD-ROM | disk | FTP | other *** search
- Path: news.res.com!usenet
- From: danlynes@res.com
- Newsgroups: comp.os.msdos.programmer,comp.lang.c
- Subject: Re: open vs fopen?
- Date: 16 Feb 1996 06:53:52 GMT
- Organization: RES Online
- Message-ID: <4g19m0$c1p@clare.res.com>
- References: <uEYFxc9nX8WX083yn@mbnet.mb.ca> <4f8bev$6tr@hermes.louisville.edu> <4fbfno$7f@noc.tor.hookup.net>
- Reply-To: danlynes@res.com
- NNTP-Posting-Host: di021.res.com
- X-Newsreader: IBM NewsReader/2 v1.2.5
-
- In <4fbfno$7f@noc.tor.hookup.net>, Rajendra_Singh@msn.com (Rajendra Singh) writes:
-
- >That's incorrect. fopen() is used for buffered I/O! open() is not a
- >UNIX specific function nor is it non-ANSI!
-
- I'm afraid you're sadly mistaken. open() is not ANSI. It is a POSIX 1003.1
- compliant function. However, you are correct in stating that fopen()
- provides for buffered file i/o.
-
- +------------------------------------------------------+
- ! OS/2 - The Champion of Operating Systems !
- ! Enitharmon/2 - A Powerful BBS Package !
- ! What a great pair! danlynes@res.com !
- ! www.res.com/~danlynes/index.html !
- ! www.res.com/~danlynes/Enitharmon!2/index.html !
- ! The Enitharmon Beta project is now under way. !
- ! To subscribe to the mailing list, send e-mail to !
- ! danlynes@res.com !
- +------------------------------------------------------+
-
-